home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 397
- Top = 178
- BorderStyle = bsDialog
- Caption = 'TParser demo'
- ClientHeight = 171
- ClientWidth = 275
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 16
- object CountLabel: TLabel
- Left = 176
- Top = 141
- Width = 7
- Height = 16
- Caption = '1'
- end
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 249
- Height = 41
- AutoSize = False
- Caption =
- 'Please enter a Pascal expression, but leave out the trailing '#39';'#39 +
- ':'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 249
- Height = 41
- AutoSize = False
- Caption = 'See PARSER10.TXT for available functions and operators.'
- WordWrap = True
- end
- object Edit1: TEdit
- Left = 8
- Top = 104
- Width = 209
- Height = 24
- TabOrder = 0
- Text = '(sin(1)^2*7)/(5*6+6)-pi'
- OnKeyPress = Edit1KeyPress
- end
- object IterationEdit: TEdit
- Left = 216
- Top = 136
- Width = 49
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = '100000'
- OnKeyPress = IterationEditKeyPress
- end
- object Button1: TButton
- Left = 224
- Top = 104
- Width = 33
- Height = 25
- Caption = '&go!'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 64
- Top = 136
- Width = 97
- Height = 25
- Caption = '&Count me up!'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Parser1: TParser
- Left = 16
- Top = 136
- end
- end
-